jade.content.onto
Interface Introspector
- All Known Implementing Classes:
- BasicIntrospector
- public interface Introspector
- Author:
- Federico Bergenti - Universita` di Parma
externalise
public AbsObject externalise(Ontology onto,
java.lang.Object obj)
throws OntologyException
- Externalize
- Parameters:
onto - obj - - Returns:
-
- Throws:
- OntologyException -
internalise
public java.lang.Object internalise(Ontology onto,
AbsObject abs)
throws UngroundedException,
OntologyException
- Internalize
- Parameters:
onto - abs - - Returns:
-
- Throws:
- OntologyException -
- UngroundedException -